home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / comm / mail / YAM22src.lha / smakefile < prev    next >
Makefile  |  2000-11-03  |  1KB  |  44 lines

  1.  
  2. OBJS= YAM.o YAM_AB.o YAM_CL.o YAM_CO.o YAM_COg.o YAM_COs.o YAM_DI.o YAM_EA.o \
  3.       YAM_ER.o YAM_FI.o YAM_FO.o YAM_MA.o YAM_MAf.o YAM_MI.o YAM_RE.o YAM_TR.o YAM_US.o \
  4.       YAM_UT.o YAM_WR.o YAM_loc.o YAM_rexx.o YAM_rexx_rxcl.o YAM_rexx_rxif.o
  5.  
  6. YAM: $(OBJS)
  7.    sc link lib=lib:md5.lib lib=lib:wbpath.o lib=lib:NewReadArgs.o progname=YAM with <<
  8. $(OBJS)
  9. <
  10.  
  11. YAM.o:     YAM.c     YAM.h YAM_loc.h
  12. YAM_AB.o:  YAM_AB.c  YAM.h YAM_loc.h
  13. YAM_CL.o:  YAM_CL.c  YAM.h YAM_loc.h
  14. YAM_CO.o:  YAM_CO.c  YAM.h YAM_loc.h
  15. YAM_COg.o: YAM_COg.c YAM.h YAM_loc.h
  16. YAM_COs.o: YAM_COs.c YAM.h YAM_loc.h
  17. YAM_DI.o:  YAM_DI.c  YAM.h YAM_loc.h
  18. YAM_EA.o:  YAM_EA.c  YAM.h YAM_loc.h
  19. YAM_ER.o:  YAM_ER.c  YAM.h YAM_loc.h
  20. YAM_FI.o:  YAM_FI.c  YAM.h YAM_loc.h
  21. YAM_FO.o:  YAM_FO.c  YAM.h YAM_loc.h
  22. YAM_MA.o:  YAM_MA.c  YAM.h YAM_loc.h
  23. YAM_MAf.o: YAM_MAf.c YAM.h YAM_loc.h
  24. YAM_MI.o:  YAM_MI.c  YAM.h YAM_loc.h
  25. YAM_RE.o:  YAM_RE.c  YAM.h YAM_loc.h
  26. YAM_TR.o:  YAM_TR.c  YAM.h YAM_loc.h
  27. YAM_US.o:  YAM_US.c  YAM.h YAM_loc.h
  28. YAM_UT.o:  YAM_UT.c  YAM.h YAM_loc.h
  29. YAM_WR.o:  YAM_WR.c  YAM.h YAM_loc.h
  30. YAM_loc.o: YAM_loc.c
  31. YAM_rexx.o     : YAM_rexx.c YAM_rexx.h
  32. YAM_rexx_rxcl.o: YAM_rexx_rxcl.c YAM_rexx.h
  33. YAM_rexx_rxif.o: YAM_rexx_rxif.c YAM_rexx.h YAM.h YAM_loc.h
  34.  
  35. YAM_loc.c: YAM.cd
  36.    flexcat YAM.cd YAM_loc.h=C_h.sd YAM_loc.c=C_c.sd
  37.  
  38. deutsch.catalog: deutsch.ct
  39.    flexcat YAM.cd deutsch.ct CATALOG LOCALE:catalogs/deutsch/YAM.catalog FLUSH
  40.  
  41. YAM.gst: headers.h
  42.    sc headers.h mkgst YAM.gst
  43.  
  44.